org.eclipse.vtp.desktop.projects.voice.ui
Class AudioContentCreatorPanel

java.lang.Object
  extended by org.eclipse.vtp.desktop.media.core.ContentCreatorPanel
      extended by org.eclipse.vtp.desktop.media.core.DynamicContentCreatorPanel
          extended by org.eclipse.vtp.desktop.media.core.FileContentCreatorPanel
              extended by org.eclipse.vtp.desktop.projects.voice.ui.AudioContentCreatorPanel
All Implemented Interfaces:
java.util.EventListener, org.eclipse.swt.events.SelectionListener, org.eclipse.swt.internal.SWTEventListener

public class AudioContentCreatorPanel
extends FileContentCreatorPanel


Constructor Summary
AudioContentCreatorPanel()
           
 
Method Summary
protected  FileContent createNewContent()
           
 
Methods inherited from class org.eclipse.vtp.desktop.media.core.FileContentCreatorPanel
createContent, createStaticControls, setInitialContent, widgetDefaultSelected, widgetSelected
 
Methods inherited from class org.eclipse.vtp.desktop.media.core.DynamicContentCreatorPanel
createControls, createDynamicControls, getDynamicSelection, getFormat, isDynamic, isDynamicSelected, setDynamicSelected, setDynamicSelection, setVariables
 
Methods inherited from class org.eclipse.vtp.desktop.media.core.ContentCreatorPanel
getControl, getMediaProvider, setControl, setMediaProvider
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AudioContentCreatorPanel

public AudioContentCreatorPanel()
Method Detail

createNewContent

protected FileContent createNewContent()
Specified by:
createNewContent in class FileContentCreatorPanel